home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / xbin / if-exist.bat < prev    next >
Encoding:
DOS Batch File  |  1992-10-16  |  73 b   |  6 lines

  1. @echo off
  2. IF NOT EXIST %1 goto end
  3. shift
  4. %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. :end
  6.